+VPATH = @srcdir@
VERSU=1_2_8
VERSD=1.2.8
OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
DEBUGGING=-g $(EXTRA_DEBUGGING)
# add -DDEBUG_MEM to turn on memory allocation logging
-GBCFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync \
+GBCFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -I@srcdir@/coldsync \
$(INHIBIT_USB) $(OPTIMIZATION) @CFLAGS@
INSTALL_TARGETDIR=/usr/local/
#include "garminusb.h"
-#include "../config.h"
+#include "config.h"
#if !HAVE_LIBUSB
const char no_usb[] = "USB suport is not available in this build.\n";